xdoclet.util.predicates
Class True

java.lang.Object
  |
  +--xdoclet.util.predicates.True
All Implemented Interfaces:
Predicate

public class True
extends Object
implements Predicate

Always returns true.

Author:
Aslak Hellesøy

Constructor Summary
True()
           
 
Method Summary
 boolean evaluate(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

True

public True()
Method Detail

evaluate

public boolean evaluate(Object o)
Specified by:
evaluate in interface Predicate


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.